<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* REVISE CSS  */
   
/* ç”¨æˆ¶å…§å®¹css reset */
.Content-body p:not(.first-p){
  padding:0px;
  letter-spacing:0;
  color:initial;
  font-size:inherit;line-height: inherit;font: inherit; 
}
/* å´é‚Šé¸å–®å¯¬åº¦èˆ‡ .sidepanel ç›¸åŒ*/
.sideA:link, .sideA:visited{ width:100%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
/* è‡ªè¨‚æ¬„ä½ä¸‹æ‹‰é¸å–®æœ€å¤§å¯¬åº¦è¨­å®š */
select.cf{max-width:180px;}
/* æ–°ç‰ˆé¦–é&nbsp;çš„å­—ä¸²é•·åº¦é¡¯ç¤ºé™åˆ¶ */
.short_title{width:190px;}
.long_title{width:270px;}
.idx_intro .proditem p{
    width: 150px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
} </pre></body></html>